type golang.org/x/tools/internal/pkgbits.frameVisitor

2 uses

	golang.org/x/tools/internal/pkgbits (current package)
		sync.go#L25: type frameVisitor func(file string, line int, name string, offset uintptr)
		sync.go#L30: func walkFrames(pcs []uintptr, visit frameVisitor) {